<xs:complexType name="AccommodationTransferFlightInfoRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice>
<xs:element name="FlightReference" minOccurs="0" />
<xs:sequence>
<xs:element name="ArrivalDate" type="DateTimeType" minOccurs="0" />
<xs:element name="ArrivalAirport" type="AirportRequestType" minOccurs="0" />
<xs:element name="FlightNumber" type="FlightNumberType" minOccurs="0" />
<xs:element name="Carrier" type="AirlineRequestTypes" minOccurs="0">
<xs:annotation>
<xs:documentation>Carrier information of the flight</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
</xs:complexType> |